home *** CD-ROM | disk | FTP | other *** search
/ Most Valuable Games 1 / Most Valuable Games I (MVP Publishing)(February 1995).iso / games / kilo / install.bat < prev    next >
DOS Batch File  |  1995-02-06  |  123b  |  11 lines

  1. cls
  2. echo off
  3. echo Installing games to hard drive.
  4. xcopy *.* c:\kilo\ /s
  5. c:
  6. cd \kilo
  7. call kilo
  8. cd \
  9. deltree kilo
  10.  
  11.